home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto14.dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  1.1 KB  |  51 lines

  1. on exitFrame
  2.   global k
  3.   set k to 0
  4.   repeat with i = 3 to 7
  5.     set the visible of sprite i to 0
  6.   end repeat
  7.   if rollOver(20) then
  8.     set the cursor of sprite 20 to [100]
  9.   end if
  10.   if rollOver(22) then
  11.     set the cursor of sprite 22 to [100]
  12.   end if
  13.   if rollOver(24) then
  14.     set the cursor of sprite 24 to [100]
  15.   end if
  16.   if rollOver(26) then
  17.     set the cursor of sprite 26 to [100]
  18.   end if
  19.   if rollOver(3) then
  20.     set the cursor of sprite 3 to 3
  21.   end if
  22.   if rollOver(4) then
  23.     set the cursor of sprite 4 to 3
  24.   end if
  25.   if rollOver(5) then
  26.     set the cursor of sprite 5 to 3
  27.   end if
  28.   if rollOver(6) then
  29.     set the cursor of sprite 6 to 3
  30.   end if
  31.   if rollOver(7) then
  32.     set the cursor of sprite 7 to 3
  33.   end if
  34.   if rollOver(3) then
  35.     set the visible of sprite 3 to 1
  36.   end if
  37.   if rollOver(4) then
  38.     set the visible of sprite 4 to 1
  39.   end if
  40.   if rollOver(5) then
  41.     set the visible of sprite 5 to 1
  42.   end if
  43.   if rollOver(6) then
  44.     set the visible of sprite 6 to 1
  45.   end if
  46.   if rollOver(7) then
  47.     set the visible of sprite 7 to 1
  48.   end if
  49.   go(the frame)
  50. end
  51.